JAMSRESTAPI Web Service
PutEntry_PutEntryReschedule
JAMSRESTAPI Web Service > All Operations Resource Group : Entry_PutEntryReschedule (Put)

Resource Path: /api/entry/{id}/reschedule

Uri: http://doc.jamsscheduler.com/api/entry/{id}/reschedule

Description
Reschedules a JAMS entry.
Parameters
NameDescriptionData Type
The JAMS entry to reschedule.integer
Request

The request body is of type EntryRescheduleRequest.

An EntryRescheduleRequest model

Overview

EntryRescheduleRequest
holdTime : string
held : boolean
priority : integer
comment : string
properties : Array[PropertyValue]
propertyName : string
categoryName : string
categorySortOrder : integer
displayName : string
propertyId : integer
typeName : string
typeNameSSO : string
toolTip : string
description : string
editor : string
mergeOption : string
sortOrder : integer
inheritedFromType : string
inheritedFromId : integer
inheritedFromName : string
readOnly : boolean
browsable : boolean
defaultValue : object
currentValue : object
Response

The response body is of type string.

OK
See Also
All Operations Resource GroupJAMSRESTAPI Web Service